←Select platform

LeadCollection<T> Class Members

Summary

The following tables list the members exposed by LeadCollection<T>.

Public Constructors

Name Description
Public Constructor LeadCollection<T> Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied.

Public Methods

Name Description
Public Method AddRange Adds multiple items to the end of the collection.
Public Method InsertRange Inserts an item into the LeadCollection<T> at the specified index.
Public Method Move Moves the item at the specified index to a new location in the collection.
Public Method RemoveRange Removes items from the LeadCollection<T> at the specified index and count.
Public Method ToArray Gets an array of the items in this collection.

Protected Methods

Name Description
Protected Method ClearItems Removes all items from the collection.
Protected Method InsertItem Inserts an item into the LeadCollection<T> at the specified index.
Protected Method InsertItemRange Inserts an item into the LeadCollection<T> at the specified index.
Protected Method MoveItem Moves the item at the specified index to a new location in the collection.
Protected Method OnCollectionChanged Raises the CollectionChanged event with the provided arguments.
Protected Method RemoveItem Removes the item at the specified index of the collection.
Protected Method RemoveItemRange Removes items from the LeadCollection<T> at the specified index and count.
Protected Method SetItem Replaces the item at the specified index.

Public Events

Name Description
Public Event CollectionChanged Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

See Also

LeadCollection<T> Class

Leadtools Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.